home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Cracking / Crack-It-Up.sit / Crack-It-Up / Crack-It-Up.rsrc / TEXT_138.txt < prev    next >
Text File  |  2000-01-29  |  4KB  |  97 lines

  1.  dcmds
  2.   Where [addr | trap]
  3.      Display information about the address or trap.
  4.      If no parameter then use PC as the address.
  5.   Vol [vRefNum|drvNum|"vol name"]
  6.      Displays volume information for the given vrefnum, volume name or all
  7.      mounted volumes. Flags are D/d=Dirty, S/s=Software locked,
  8.      H/h=Hardware locked.
  9.   VBL
  10.      Lists tasks in the regular and slot VBL queues.
  11.   thing ["thing type"]
  12.      Displays thing information for the given thing type or all know things.
  13.   StopXPP
  14.      Closes all open .XPP sessions.
  15.   RD [-c] [-s] [-o] [-f ref#] [-i id] [[-t] 'xxxx'] [-h hndl] (Resource Display)
  16.      Dumps resource information.
  17.      Options:
  18.         -c            Show resource chain
  19.         -s            Show short resource chain (no fonts below system)
  20.         -o            Show offsets of resources (from start of res data)
  21.         -f <refNum>   Only show resources from this file (1=ROM)
  22.         -i <resID>    Only show resources with this ID
  23.         -t 'xxxx'     Only show resources of this type
  24.         -h <handle>   Show resources using given handle (0=not loaded)
  25.       Attributes:
  26.         S/A = System heap / app heap
  27.         P/p = purgeable / not
  28.         L/U = locked / unlocked
  29.         O/o = protected / not
  30.         E/e = preload / not
  31.         C/c = changed / not
  32.       Purged handles are marked with an "*".
  33.   Printf "format" arg...
  34.      Displays the arguments according to the format (no floating point).
  35.   ProcInfo
  36.      Displays information about all processes.
  37.      Status Flags: Front, Bkgnd, BgOnly, BgNoEvts (can't bkgnd).
  38.   Leaks [On|Off|Dump]
  39.      Stack crawl info about likely memory leaks.
  40.      (by Bo3b Johnson, Greg Branche and Jim Murphy)
  41.   JumpTable [expr]
  42.      Display the jump table at expr. If no address is specified, the
  43.      jump table is assumed to start at RA5+$20.
  44.   Gestalt [-n] [[-s] 'xxxx'] (Gestalt selector display)
  45.      Displays Gestalt selectors and results.
  46.      Options:
  47.         -n          Show installed selectors, don't call procedures
  48.         -s 'xxxx'   Don't display all selectors, just show this one
  49.      
  50.      (Gestalt with no parameters calls and shows all selectors.)
  51.   FSInfo [fsid | -t]  (File System info)
  52.      Displays File System Manager foreign file system information for
  53.      for the given file system ID [fsid], or all installed File System
  54.      Manager foreign file systems.  Use -t to show a small table.
  55.      Use the vol dcmd to get a list of volumes and their fsid numbers.
  56.   File [fRefNum | "file name" | -t "type"]
  57.      Displays file information on all open files, or for the given fRefNum,
  58.      filename, or for all files of the given filetype. Flags are D/d=Dirty,
  59.      W/w=writeable.  "file 0" shows all open files except for fonts.
  60.   Error expr
  61.      Display text message corresponding to error nummber in expr.
  62.   Echo [params...]
  63.      Echo the command line parameters
  64.   Drvr [refNum|num]
  65.      Displays driver information for the given refNum or all installed
  66.      drivers. Flags are B/b=Busy, H/P=Handle/Ptr, O/C=Open/Closed.
  67.   Drive [drvNum|dRefNum] (display info on drives)
  68.      Displays drive queue information for the given drive number,
  69.      driver number, or all drives.  Flags are L/l=Locked,
  70.      E/e=Ejectable, R=Recently ejected, I/i=Inserted,
  71.      D/S=Double/Single sided.
  72.   UNLOCK <Addr> <Count>- VM Unlock memory for the
  73.        memory range specified in addr and count.
  74.        Note: This is the debugger unlock memory call.
  75.   SysTop - installs and locks a 4 byte handle
  76.            at thetop of the system heap,
  77.            the handle is not installed
  78.   SysSwell <buffer size>- Installs and removes a buffer
  79.           in the System heap of specifed size.
  80.   ssc [addr]
  81.      Displays the stack frame chain starting at addr (default is ra6).
  82.   Patch [ I | O | T | S | P ]  (vers 1.0A3)
  83.      none - Check all vectors
  84.      I - Check Interrupt vectors
  85.      O - Check OSTrap vectors
  86.      T - Check TBTrap vectors
  87.      S - Save all vectors now
  88.      P - Print all vectors
  89.   MList -- List the menus installed.
  90.   LOCK <Addr> <Count>- VM Lock memory for the
  91.        memory range specified in addr and count.
  92.        Note: this is the debugger lock memory.
  93.   dizy - Installs and de-installs the discipline
  94.          which is contained in this code.
  95.     Dizy is NOT INSTALLED and is currently OFF
  96.  
  97.